home *** CD-ROM | disk | FTP | other *** search
/ Stairway to Heaven / Stairway to Heaven.iso / tengoku / cdrom23.dir / 00024_Script_24 < prev    next >
Text File  |  1995-02-20  |  295b  |  14 lines

  1. on enterframe
  2.   global gsaori,gmaki
  3.   if gmaki = "off" then 
  4.     set the cursor of sprite 3 = [901,902]
  5.   else
  6.     set the cursor of sprite 3 = 0
  7.   end if   
  8.   if gsaori = "off" then 
  9.     set the cursor of sprite 4 = [805,815]
  10.   else
  11.     set the cursor of sprite 4 = 0
  12.   end if
  13. end
  14.